python3-minimal => python3, otherwise lintian complains
authorXimin Luo <infinity0@debian.org>
Thu, 24 Aug 2017 17:12:36 +0000 (19:12 +0200)
committerXimin Luo <infinity0@debian.org>
Thu, 24 Aug 2017 17:12:36 +0000 (19:12 +0200)
debian/control

index 6f0025fa6bc1a5de7a3a6d8aa743b62c7161e5cd..9e07ff415e3d80a8638794b69e6d8b1eb63f2e9c 100644 (file)
@@ -39,7 +39,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
          rustc (>= 1.1),
          binutils,
          gcc | clang | c-compiler
-Suggests: cargo-doc, python3-minimal
+Suggests: cargo-doc, python3
 Description: Rust package manager
  Cargo is a tool that allows Rust projects to declare their various
  dependencies, and ensure that you'll always get a repeatable build.